@font-face {
  font-family: Alibaba-PuHuiTi-Regular;
  src: url('/static/common/fonts/Alibaba-PuHuiTi-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: Alibaba-PuHuiTi-Bold;
  src: url('/static/common/fonts/Alibaba-PuHuiTi-Bold.ttf');
  font-display: swap;
}
body {
  font-family: 'Alibaba-PuHuiTi-Regular', 'Microsoft YaHei', '微软雅黑', sans-serif;
  overflow-x: hidden;
  width: 100%;
}
.lueone {
  height: 30px;
  word-wrap: break-word;
  /*强制换行*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}
.luetwo {
  height: 48px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.luefour {
  height: 96px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.p4 span {
  background-color: #9d000b;
  color: #fff;
  border-radius: 3px;
  /* border: #9d000b 1px solid; */
  font-size: 13px;
  padding: 0px 4px;
  margin-right: 5px;
}
.tradewrap {
  max-width: 1300px;
  width: 94%;
  margin: auto;
  position: relative;
}
img {
  max-width: 100%;
}
.logo-trade {
  background: #9d000b;
  background-image: url(../images/2022/headbg.jpg);
  background-position: center top;
  height: 100px;
  background-repeat: no-repeat;
}
.logo-trade .insidebox {
  max-width: 1300px;
  width: 94%;
  margin: auto;
}
.logo-trade .insidebox .logo-left {
  width: 126px;
  float: left;
}
.logo-trade .insidebox .logo-left .logoimg {
  margin-top: 12px;
}
.logo-trade .insidebox .logo-right {
  float: right;
  width: 540px;
}
.logo-trade .insidebox .logo-right .img1 {
  float: left;
  margin-top: 14px;
  max-width: 50%;
}
.logo-trade .insidebox .logo-right .gohomebox {
  display: inline-block;
  width: 126px;
  height: 50px;
  background-color: #c7000e;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-top: 24px;
  float: right;
}
select::-ms-expand {
  display: none;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*将背景改为红色*/
  /*加padding防止文字覆盖*/
  padding-right: 14px;
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(../images/2022/selectbg.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  outline: none;
}
.headerboxmoleb {
  display: none;
}
.mobilemenu {
  display: none;
}
.indexabbox {
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 230px;
}
.navbox-trade {
  width: 100%;
  box-shadow: 0 0 10px #ddd;
}
.navbox-trade .iinsiderbox {
  max-width: 1300px;
  width: 94%;
  margin: auto;
  padding: 12px 0;
  position: relative;
}
.navbox-trade .iinsiderbox .box-left {
  width: 45%;
  float: left;
}
.navbox-trade .iinsiderbox .box-left .alink {
  display: inline-block;
  padding-right: 5%;
  margin-right: 5%;
  font-size: 18px;
  color: #333333;
  position: relative;
  margin-top: 10px;
  transition: 0.6s;
}
.navbox-trade .iinsiderbox .box-left .alink:hover {
  color: #9d000b;
}
.navbox-trade .iinsiderbox .box-left .alink:not(:last-child):after {
  content: '';
  width: 1px;
  height: 18px;
  display: inline-block;
  background: #ddd;
  position: absolute;
  top: 4px;
  right: 0;
}
.navbox-trade .iinsiderbox .box-left .current {
  color: #9d000b;
}
.navbox-trade .iinsiderbox .rightbox {
  width: 55%;
  float: right;
}
.navbox-trade .iinsiderbox .rightbox .selectbox {
  width: 196px;
  height: 50px;
  background-color: #fff;
  display: block;
  border: none;
  padding: 0 14px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  border: 1px #9d000b solid;
  font-family: Alibaba-PuHuiTi-Regular;
}
.navbox-trade .iinsiderbox .rightbox .searchinp {
  display: block;
  float: left;
  height: 50px;
  width: calc(100% - 332px);
  font-family: Alibaba-PuHuiTi-Regular;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px #9d000b solid;
}
.navbox-trade .iinsiderbox .rightbox .searchinp::-webkit-input-placeholder {
  color: #bca7a9;
}
.navbox-trade .iinsiderbox .rightbox .btn-search {
  display: block;
  float: left;
  width: 126px;
  height: 50px;
  border: none;
  background-color: #9d000b;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
}
.navbox-trade .iinsiderbox .rightbox .btn-search:hover {
  opacity: 0.8;
}
.exhibit_range1 {
  padding-left: 5px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 27px);
  display: inline-block;
}
.exhibit_range_0 {
  margin-top: 3px !important;
}
.exhibit_range2 {
  font-size: 14px;
  padding-left: 3px;
  float: left;
  line-height: 1.5;
  width: calc(100% - 22px);
  display: inline-block;
}
.tradefooter {
  max-width: 1300px;
  margin: auto;
  width: 94%;
}
* {
  box-sizing: border-box;
}
.trade-index-banner {
  margin: 40px auto;
}
.trade-index-banner .box-left {
  width: 260px;
  overflow: hidden;
  float: left;
}
.trade-index-banner .box-left .tabtop {
  border: 1px #ffe3e3 solid;
  overflow: hidden;
}
.trade-index-banner .box-left .tabtop .item {
  background-color: #fff;
  height: 52px;
  width: 50%;
  overflow: hidden;
  float: left;
  text-align: center;
  color: #8f010b;
  line-height: 52px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.6s;
  font-family: Alibaba-PuHuiTi-Bold;
}
.trade-index-banner .box-left .tabtop .item:hover {
  background-color: #faf1f1;
  color: #8f010b;
}
.trade-index-banner .box-left .tabtop .current {
  background-color: #faf1f1;
  color: #8f010b;
}
.trade-index-banner .box-left .showbox {
  background-color: #faf1f1;
  height: 514px;
}
.trade-index-banner .box-left .showbox .showitem {
  padding: 20px;
  height: 440px;
  overflow: auto;
  display: none;
}
.trade-index-banner .box-left .showbox .showitem::-webkit-scrollbar {
  width: 8px;
  background-color: #f2d5d5;
  border-radius: 8px;
}
.trade-index-banner .box-left .showbox .showitem::-webkit-scrollbar-track {
  background-color: #f2d5d5;
  border-radius: 8px;
  overflow: hidden;
}
.trade-index-banner .box-left .showbox .showitem::-webkit-scrollbar-thumb {
  background: #d59c9c;
  border-radius: 10px;
}
.trade-index-banner .box-left .showbox .showitem .itemlable .labbox {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  overflow: hidden;
}
.trade-index-banner .box-left .showbox .showitem .itemlable .labbox:not(:last-child) {
  margin-bottom: 6px;
}
.trade-index-banner .box-left .showbox .showitem .itemlable .subbox {
  padding-left: 28px;
  margin-bottom: 10px;
  display: none;
}
.trade-index-banner .box-left .searchbtn {
  width: 90%;
  display: block;
  margin: 10px auto 0;
  height: 46px;
  background-color: #75030b;
  border: none;
  color: #fff;
  font-family: Alibaba-PuHuiTi-Bold;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
}
.trade-index-banner .box-left .searchbtn:hover {
  background-color: #fff;
  color: #75030b;
}
.trade-index-banner .box-right {
  width: calc(100% - 290px);
  float: right;
  overflow: hidden;
  position: relative;
}
.exhibit_range {
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-top: 4px;
  margin-right: 6px;
}
.exhibit_range:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px #d36873 solid;
  background-color: #fff;
  display: block;
  position: absolute;
  overflow: hidden;
}
.exhibit_range:checked:after {
  content: url(../images/2022/gou.png?v=03);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.tradegonggao {
  margin: 40px auto;
  position: relative;
  background-color: #faf1f1;
  padding: 20px;
}
.tradegonggao .box-left {
  width: 130px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  float: left;
}
.tradegonggao .box-left .icontbox {
  width: 34px;
  height: 34px;
  background-color: #9d000b;
  display: inline-block;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.tradegonggao .box-left .bigfont {
  font-size: 16px;
  color: #9d000b;
  font-family: Alibaba-PuHuiTi-Bold;
}
.tradegonggao .box-right {
  width: calc(100% - 130px);
  float: right;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  position: relative;
}
.tradegonggao .box-right .swiper {
  width: 70%;
}
.tradegonggao .box-right .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #333333;
}
.tradegonggao .box-right .swiper .swiper-slide a .timerbox {
  color: #666666;
  float: right;
}
.tradegonggao .box-right .commentsty {
  width: 34px;
  height: 34px;
  border: 2px #e0dada solid;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  top: 22px;
  color: #c8c8c8;
  transition: 0.6s;
}
.tradegonggao .box-right .commentsty:hover {
  border: 2px #8f010b solid;
  background-color: #8f010b;
  color: #fff;
}
.tradegonggao .box-right .commentsty-l {
  right: 46px;
  left: auto;
}
.tradegonggao .box-right .commentsty-r {
  right: 0px;
}
img {
  max-width: 100%;
  display: inline-block;
}
.exhibits-list {
  margin: 40px auto;
  overflow: hidden;
}
.exhibits-list .listbox {
  padding-top: 30px;
  width: 100%;
  padding-bottom: 60px;
}
.exhibits-list .listbox .productbox {
  border: 1px #ddd solid;
  transition: 0.6s;
}
.exhibits-list .listbox .productbox .imgbox {
  width: 100%;
  height: 180px;
  text-align: center;
  border-bottom: 1px #ddd solid;
  line-height: 180px;
  vertical-align: middle;
  position: relative;
}
.exhibits-list .listbox .productbox .imgbox .viewnum {
  width: 75px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9d000b;
  border-bottom-right-radius: 10px;
}
.exhibits-list .listbox .productbox .imgbox img {
  vertical-align: middle;
  max-width: 60%;
  max-height: 60%;
}
.exhibits-list .listbox .productbox .txtbox {
  padding: 14px;
  background-color: #f5f5f5;
}
.exhibits-list .listbox .productbox .txtbox .p1 {
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-Bold;
}
.exhibits-list .listbox .productbox .txtbox .p2 {
  margin-top: 6px;
}
.exhibits-list .listbox .productbox .txtbox .companyinfo {
  border-top: 1px #ddd solid;
  margin-top: 14px;
  overflow: hidden;
  padding-top: 14px;
}
.exhibits-list .listbox .productbox .txtbox .companyinfo .logobox {
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.exhibits-list .listbox .productbox .txtbox .companyinfo .logobox img {
  vertical-align: middle;
}
.exhibits-list .listbox .productbox .txtbox .companyinfo .txtbox1 {
  width: calc(100% - 40px);
  float: right;
  line-height: 36px;
}
.exhibits-list .listbox .productbox:hover {
  transform: translateY(-10px);
}
.fcred {
  color: #8f010b;
}
.topnamebox {
  overflow: hidden;
}
.topnamebox .titname {
  font-size: 30px;
  color: #333333;
  float: left;
  line-height: 1;
  font-family: Alibaba-PuHuiTi-Bold;
}
.topnamebox .linkbox {
  width: 120px;
  height: 38px;
  border: 1px #9d000b solid;
  text-align: center;
  line-height: 38px;
  display: block;
  color: #9d000b;
  float: right;
  transition: 0.6s;
}
.topnamebox .linkbox:hover {
  background-color: #9d000b;
  color: #fff;
}
.adbox {
  position: relative;
}
.exhibitor-list {
  margin-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}
.exhibitor-list .listbox {
  padding-top: 30px;
}
.exhibitor-list .listbox .exhibitorbox {
  width: 100%;
  border: 1px #ddd solid;
  transition: 0.6s;
}
.exhibitor-list .listbox .exhibitorbox .logobox {
  border-bottom: 1px #ddd solid;
  height: 150px;
  text-align: center;
  line-height: 130px;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.exhibitor-list .listbox .exhibitorbox .logobox img {
  vertical-align: middle;
  max-height: 80%;
  max-width: 80%;
}
.exhibitor-list .listbox .exhibitorbox .txtbox2 {
  background-color: #f6f6f6;
  padding: 14px;
}
.exhibitor-list .listbox .exhibitorbox .txtbox2 .compamyname {
  font-family: Alibaba-PuHuiTi-Bold;
  font-size: 16px;
}
.exhibitor-list .listbox .exhibitorbox .txtbox2 .p2 {
  margin-top: 5px;
}
.exhibitor-list .listbox .exhibitorbox .txtbox2 .toolbox {
  border-top: 1px #ddd solid;
  margin-top: 14px;
  overflow: hidden;
  padding-top: 14px;
}
.exhibitor-list .listbox .exhibitorbox .txtbox2 .toolbox .clickitem {
  display: block;
  width: calc(100%/3);
  float: left;
  text-align: center;
  cursor: pointer;
}
.exhibitor-list .listbox .exhibitorbox:hover {
  transform: translateY(-10px);
}
.fcblue {
  color: #2b74d3;
}
.fcyellow {
  color: #ddb80e;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.videolist .listbox {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 60px;
}
.videolist .listbox .videoitem {
  position: relative;
  transition: 0.6s;
}
.videolist .listbox .videoitem .imgbox {
  position: relative;
  height: 196px;
  line-height: 196px;
  overflow: hidden;
  vertical-align: middle;
}
.videolist .listbox .videoitem .imgbox img {
  display: inline-block;
  vertical-align: middle;
}
.videolist .listbox .videoitem .imgbox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.videolist .listbox .videoitem .imgbox .hotbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 20px;
  background-color: #9d000b;
  color: #fff;
  border-bottom-right-radius: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.videolist .listbox .videoitem .imgbox:after {
  content: url(../images/2022/playbtn.png);
  display: inline;
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  line-height: 1;
}
.videolist .listbox .videoitem .txtbox3 {
  background-color: #f6f6f6;
  padding: 20px;
}
.videolist .listbox .videoitem .txtbox3 .tit {
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-Bold;
}
.videolist .listbox .videoitem .txtbox3 .tit .tipspan {
  display: inline-block;
  padding: 0 6px;
  height: 18px;
  border-radius: 18px;
  background-color: #9d000b;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
}
.videolist .listbox .videoitem .txtbox3 .p22 {
  margin-top: 10px;
}
.videolist .listbox .videoitem:hover {
  transform: translateY(-10px);
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.pagebanner {
  position: relative;
}
.jnhbanner {
  max-width: 1300px;
  width: 94%;
  margin: auto;
  position: relative;
  padding: 50px 0;
}
.jnhbanner img {
  display: block;
  max-width: 100%;
}
.trade-product-list {
  margin-top: 40px;
}
.trade-product-list .box-left {
  width: 245px;
  float: left;
  padding-bottom: 40px;
}
.trade-product-list .box-left .itemsearcher {
  width: 100%;
  margin-bottom: 30px;
}
.trade-product-list .box-left .itemsearcher .titname {
  width: 100%;
  background-color: #9d000b;
  padding: 10px 26px;
  color: #fff;
  font-size: 18px;
}
.trade-product-list .box-left .itemsearcher .lablist {
  width: 100%;
  padding: 20px;
  border-left: 1px #e0d1d3 solid;
  border-right: 1px #e0d1d3 solid;
  border-bottom: 1px #e0d1d3 solid;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.trade-product-list .box-left .itemsearcher .lablist .labbox {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}
.trade-product-list .box-left .itemsearcher .lablist .subbox {
  display: none;
  padding-left: 20px;
}
.trade-product-list .box-left .itemsearcher .lablist .linkmore {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px #e0d1d3 solid;
  margin-top: 20px;
  font-size: 16px;
  color: #9d000b;
  transition: 0.6s;
}
.trade-product-list .box-left .itemsearcher .lablist .linkmore:hover {
  background-color: #9d000b;
  color: #fff;
  border: 1px #9d000b solid;
}
.trade-product-list .box-left .itemsearcher .searchselcet {
  width: 100%;
  height: 55px;
  border: 1px #ddd solid;
  padding: 0 20px;
  font-size: 16px;
}
.trade-product-list .box-left .searchbtn {
  width: 100%;
  background-color: #9d000b;
  display: block;
  height: 50px;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 30px;
  transition: 0.6s;
  border: 2px #9d000b solid;
  font-family: Alibaba-PuHuiTi-Regular;
}
.trade-product-list .box-left .searchbtn:hover {
  background-color: #fff;
  color: #9d000b;
}
.trade-product-list .box-right {
  width: calc(100% - 285px);
  float: right;
  padding-bottom: 20px;
}
.trade-product-list .box-right .tabbox .linkiem {
  display: inline-block;
  height: 50px;
  width: auto;
  padding: 0 14px;
  min-width: 100px;
  border: 1px #9d000b solid;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #9d000b;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
}
.trade-product-list .box-right .tabbox .linkiem:last-child {
  margin-right: 0;
}
.trade-product-list .box-right .tabbox .current {
  background-color: #9d000b;
  color: #fff;
}
.trade-product-list .box-right .contentbottom {
  overflow: hidden;
}
.trade-product-list .box-right .contentbottom .leftbox {
  width: calc(100% - 346px);
  float: left;
  height: 404px;
  line-height: 404px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.trade-product-list .box-right .contentbottom .leftbox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.trade-product-list .box-right .contentbottom .leftbox a img {
  transform: scale(1);
  transition: 0.6s;
  vertical-align: middle;
  display: inline-block;
}
.trade-product-list .box-right .contentbottom .leftbox a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.trade-product-list .box-right .contentbottom .leftbox a:after {
  content: url(../images/2022/playbtn.png);
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  display: block;
  width: 46px;
  height: 46px;
  transition: 0.6s;
  z-index: 2;
  line-height: 1;
}
.trade-product-list .box-right .contentbottom .leftbox:hover img {
  transform: scale(1.2);
}
.trade-product-list .box-right .contentbottom .roghtbox {
  width: 306px;
  float: right;
}
.trade-product-list .box-right .contentbottom .roghtbox .item {
  width: 100%;
  height: 128px;
  background-color: #f1f1f1;
  padding: 20px;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}
.trade-product-list .box-right .contentbottom .roghtbox .item:not(:last-child) {
  margin-bottom: 10px;
}
.trade-product-list .box-right .contentbottom .roghtbox .item:before {
  position: absolute;
  content: '';
  left: -28px;
  top: 52px;
  border-top: 10px solid transparent;
  border-left: 12px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 10px solid transparent;
}
.trade-product-list .box-right .contentbottom .roghtbox .item .bigname {
  font-size: 16px;
  font-weight: bold;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.trade-product-list .box-right .contentbottom .roghtbox .item .bigname .spantxt {
  background-color: #b90112;
  font-size: 12px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: top;
}
.trade-product-list .box-right .contentbottom .roghtbox .item .pbox {
  margin-top: 10px;
  display: flex;
}
.trade-product-list .box-right .contentbottom .roghtbox .item:hover {
  background-color: #b90112;
  color: #fff;
}
.trade-product-list .box-right .contentbottom .roghtbox .item:hover .bigname .spantxt {
  background-color: #fff;
  color: #b90112;
}
.trade-product-list .box-right .contentbottom .roghtbox .item:hover .pbox .fcred {
  color: #fff;
}
.trade-product-list .box-right .contentbottom .roghtbox .item:hover:before {
  border-right: 16px solid #b90112;
}
.trade-product-list .box-right .contentbottom .roghtbox .current {
  background-color: #b90112;
  color: #fff;
}
.trade-product-list .box-right .contentbottom .roghtbox .current .bigname .spantxt {
  background-color: #fff;
  color: #b90112;
}
.trade-product-list .box-right .contentbottom .roghtbox .current .pbox .fcred {
  color: #fff;
}
.trade-product-list .box-right .contentbottom .roghtbox .current:before {
  border-right: 16px solid #b90112;
}
.trade-product-list .box-right .searchresult {
  padding-bottom: 10px;
}
.trade-product-list .box-right .searchresult .box-l {
  width: calc(100% - 200px);
  float: left;
}
.trade-product-list .box-right .searchresult .box-l .resultitem {
  background-color: #fbdcde;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.trade-product-list .box-right .searchresult .box-l .resultitem .redtxt {
  color: #9d000b;
}
.trade-product-list .box-right .searchresult .box-l .resultitem .closebtn {
  color: #d83b46;
  cursor: pointer;
  font-size: 16px;
  transition: 0.6s;
}
.trade-product-list .box-right .searchresult .box-l .resultitem .closebtn:hover {
  color: #9d000b;
}
.trade-product-list .box-right .searchresult .resultinfo {
  width: 180px;
  float: right;
  text-align: right;
}
.trade-product-list .box-right .productlist {
  overflow: hidden;
  margin-top: -10px;
  padding-top: 10px;
}
.trade-product-list .box-right .productlist .productbox {
  border: 1px #ddd solid;
  transition: 0.6s;
  width: calc(100%/3 - 16px);
  margin-right: 24px;
  float: left;
  margin-bottom: 24px;
}
.trade-product-list .box-right .productlist .productbox:nth-child(3n) {
  margin-right: 0;
}
.trade-product-list .box-right .productlist .productbox .imgbox {
  width: 100%;
  height: 180px;
  text-align: center;
  border-bottom: 1px #ddd solid;
  line-height: 180px;
  vertical-align: middle;
  position: relative;
}
.trade-product-list .box-right .productlist .productbox .imgbox .viewnum {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9d000b;
  border-bottom-right-radius: 10px;
}
.trade-product-list .box-right .productlist .productbox .imgbox img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.trade-product-list .box-right .productlist .productbox .txtbox {
  padding: 14px;
  background-color: #f5f5f5;
}
.trade-product-list .box-right .productlist .productbox .txtbox .p1 {
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-Bold;
  height: 24px;
}
.trade-product-list .box-right .productlist .productbox .txtbox .p2 {
  margin-top: 6px;
}
.trade-product-list .box-right .productlist .productbox .txtbox .companyinfo {
  border-top: 1px #ddd solid;
  margin-top: 14px;
  overflow: hidden;
  padding-top: 14px;
}
.trade-product-list .box-right .productlist .productbox .txtbox .companyinfo .logobox {
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.trade-product-list .box-right .productlist .productbox .txtbox .companyinfo .logobox img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.trade-product-list .box-right .productlist .productbox .txtbox .companyinfo .txtbox1 {
  width: calc(100% - 40px);
  float: right;
}
.trade-product-list .box-right .productlist .productbox:hover {
  transform: translateY(-10px);
}
.trade-product-list .box-right .exhibitor-list {
  padding-top: 10px;
  margin-top: -10px;
}
.trade-product-list .box-right .exhibitorbox {
  border: 1px #ddd solid;
  transition: 0.6s;
  width: calc(100%/3 - 16px);
  margin-right: 24px;
  float: left;
  margin-bottom: 24px;
}
.trade-product-list .box-right .exhibitorbox:nth-child(3n) {
  margin-right: 0;
}
.trade-product-list .box-right .exhibitorbox .logobox {
  border-bottom: 1px #ddd solid;
  height: 150px;
  text-align: center;
  line-height: 150px;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.trade-product-list .box-right .exhibitorbox .logobox img {
  vertical-align: middle;
  max-width: 80%;
  max-height: 60%;
}
.trade-product-list .box-right .exhibitorbox .txtbox2 {
  background-color: #f6f6f6;
  padding: 14px;
}
.trade-product-list .box-right .exhibitorbox .txtbox2 .compamyname {
  font-family: Alibaba-PuHuiTi-Bold;
  font-size: 16px;
}
.trade-product-list .box-right .exhibitorbox .txtbox2 .p2 {
  margin-top: 5px;
}
.trade-product-list .box-right .exhibitorbox .txtbox2 .toolbox {
  border-top: 1px #ddd solid;
  margin-top: 14px;
  overflow: hidden;
  padding-top: 14px;
}
.trade-product-list .box-right .exhibitorbox .txtbox2 .toolbox .clickitem {
  display: block;
  width: calc(100%/3);
  float: left;
  text-align: center;
  cursor: pointer;
}
.trade-product-list .box-right .exhibitorbox:hover {
  transform: translateY(-10px);
}
.listboxa {
  margin-bottom: 40px;
}
.listboxa .itema {
  overflow: hidden;
}
.listboxa .itema .span1 {
  width: calc(60% - 130px);
  float: left;
}
.listboxa .itema .span2 {
  width: 150px;
  float: left;
}
.listboxa .itema .span3 {
  width: calc(40% - 150px);
  float: left;
}
.listboxa .itema .lineheight {
  line-height: 76px;
  padding-right: 20px;
}
.listboxa .itema .timerbox {
  width: 100px;
  text-align: center;
  float: left;
  position: relative;
  margin-right: 30px;
}
.listboxa .itema .timerbox:after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #ddd;
  transform: rotate(24deg);
  display: inline-block;
  position: absolute;
  left: 100px;
  top: 0px;
}
.listboxa .itema .timerbox .bigfont {
  font-size: 42px;
  font-family: Alibaba-PuHuiTi-Bold;
  color: #9d000b;
  line-height: 1;
}
.listboxa .itema .timerbox .timer2 {
  font-size: 16px;
}
.listboxa .headerbox {
  background-color: #f7f7f7;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.listboxa .headerbox .timerbox:after {
  content: none !important;
}
.floatbox {
  width: 120px;
  background-color: #9d000b;
  color: #ffff;
  line-height: 1;
  position: fixed;
  top: 50%;
  right: 10px;
  cursor: pointer;
  transition: 0.6s;
  text-align: center;
  padding: 16px 0px;
  border-radius: 4px;
  font-weight: 800;
  color: #fff;
}
.floatbox .p1 {
  font-size: 18px;
  letter-spacing: 4px;
}
.floatbox .p2 {
  font-size: 12px;
  margin-top: 6px;
}
.floatbox:hover {
  opacity: 0.8;
}
.title-live {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 10px;
  font-weight: 600;
}
.txtproductlab1 {
  font-weight: bold;
}
.txtproductlab2 {
  font-size: 14px;
  line-height: 1.5;
}
.exhibit_range_productlist {
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-right: 6px;
  margin-top: 3px;
}
.exhibit_range_productlist::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px #ddd solid;
  background-color: #fff;
  display: block;
  position: absolute;
  overflow: hidden;
}
.exhibit_range_productlist:checked::after {
  content: url(../images/2022/gou1.png?v=03);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.txtproductlab {
  display: inline-block;
  width: calc(100% - 24px);
  float: left;
}
.infotop {
  overflow: hidden;
  margin-top: 6px;
  padding: 10px;
}
.infotop .crumbsbox {
  width: calc(100% - 150px);
  float: left;
  line-height: 50px;
  font-size: 16px;
}
.infotop .backlist {
  display: block;
  width: 130px;
  height: 50px;
  font-size: 18px;
  box-shadow: 0px 0px 10px #ddd;
  float: right;
  line-height: 50px;
  text-align: center;
  color: #9d000b;
  transition: 0.6s;
}
.infotop .backlist:hover {
  background-color: #9d000b;
  color: #fff;
}
.fcjh {
  color: #666666;
}
.itemp2 {
  background-color: #fff;
  padding: 2px 5px;
  color: #9d000b;
  margin-bottom: 4px;
  display: inline-block;
}
.productinfobox {
  background-color: #f4efe9;
  padding: 40px 40px;
  margin: 20px auto 40px;
  overflow: hidden;
}
.productinfobox .pic-left {
  width: 554px;
  float: left;
  height: 390px;
}
.productinfobox .pic-left .gallery-top {
  height: 300px;
  width: 100%;
  float: left;
  background-color: #fff;
}
.productinfobox .pic-left .gallery-top .swiper-slide {
  line-height: 300px;
}
.productinfobox .pic-left .gallery-thumbs {
  margin-top: 10px;
  width: 100%;
  float: right;
  height: 80px;
}
.productinfobox .pic-left .gallery-thumbs .swiper-slide {
  height: 80px !important;
  line-height: 76px;
  border: 2px #ddd solid;
  box-sizing: border-box;
}
.productinfobox .pic-left .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px #f00 solid;
}
.productinfobox .pic-left .swiper-slide {
  background-color: #fff;
  vertical-align: middle;
}
.productinfobox .pic-left .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
}
.productinfobox .pic-left .picbox {
  width: 430px;
  float: left;
}
.productinfobox .pic-left .swiperpic {
  width: 100px;
  float: right;
}
.productinfobox .box-txt {
  width: calc(100% - 590px);
  float: right;
}
.productinfobox .box-txt .pname {
  font-size: 24px;
  margin-top: 10px;
}
.productinfobox .box-txt .p2 {
  margin-top: 14px;
}
.productinfobox .box-txt .p3 {
  margin-top: 10px;
}
.productinfobox .box-txt .p3 .spamp {
  color: #666666;
}
.productinfobox .box-txt .boxtwp {
  margin-top: 20px;
}
.productinfobox .box-txt .boxtwp .linla {
  font-size: 18px;
  color: #9d000b;
  text-decoration: underline;
  padding-right: 50px;
}
.productinfobox .box-txt .boxtwp .itemclick {
  margin-right: 20px;
}
.productinfobox .box-txt .boxtwp .itemclick .icont {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ddd;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
.productinfobox .box-txt .boxtwp .itemclick .icont:nth-child(1):hover {
  background-color: #ddb80e;
}
.productinfobox .box-txt .boxtwp .itemclick .icont:nth-child(2):hover {
  background-color: #3bc420;
}
.productinfobox .box-txt .toolbox {
  border-top: 1px #ddd solid;
  margin-top: 60px;
  padding-top: 30px;
}
.productinfobox .box-txt .toolbox .clickitem {
  width: auto;
  padding: 0 14px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.productinfobox .box-txt .toolbox .clickitem:nth-child(1) {
  background-color: #286dc6;
}
.productinfobox .box-txt .toolbox .clickitem:nth-child(2) {
  background-color: #9d000b;
}
.productinfobox .box-txt .toolbox .clickitem:nth-child(3) {
  background-color: #00afb1;
}
.checkbpx {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.productdata {
  background-color: #f4f4f4;
  padding: 30px;
}
.productdata .ptit {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Alibaba-PuHuiTi-Bold;
}
.productdata .ulbox {
  overflow: hidden;
}
.productdata .ulbox li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}
.productdata .ulbox .w100 {
  width: 100%;
}
video {
  outline: none;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 999999 !important;
}
.mobileshow {
  display: none;
}
.productswiperarr {
  position: relative;
}
.productswiperarr .swiper-button-prev {
  width: 30px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  left: 0px;
  top: calc(50% - 25px);
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  outline: none;
}
.productswiperarr .swiper-button-prev:hover {
  background-color: #9d000b;
  color: #fff;
}
.productswiperarr .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 30px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  right: 0px;
  top: calc(50% - 25px);
  color: #ddd;
  font-size: 30px;
  transition: 0.6s;
  outline: none;
}
.productswiperarr .swiper-button-next:hover {
  background-color: #9d000b;
  color: #fff;
}
.producttxtitem {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.producttxtitem .tit {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: Alibaba-PuHuiTi-Bold;
}
.producttxtitem .content {
  color: #666;
}
.producttxtitem .box-left {
  width: 54.5%;
  float: left;
}
.producttxtitem .box-right {
  width: 40.5%;
  float: right;
}
.producttxtitem .productswiper .swiper {
  overflow: hidden;
  padding-top: 10px;
}
.producttxtitem .productswiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px #ddd solid;
  line-height: 46px;
  text-align: center;
  left: -70px;
  top: calc(50% - 25px);
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
  transition: 0.6s;
  background-color: #fff;
  position: absolute;
  outline: none;
}
.producttxtitem .productswiper .swiper-button-prev:hover {
  background-color: #9d000b;
  color: #fff;
  border: 2px #9d000b solid;
}
.producttxtitem .productswiper .swiper-button-next {
  background-color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px #ddd solid;
  line-height: 46px;
  text-align: center;
  right: -70px;
  top: calc(50% - 25px);
  color: #ddd;
  font-size: 30px;
  transition: 0.6s;
  outline: none;
}
.producttxtitem .productswiper .swiper-button-next:hover {
  background-color: #9d000b;
  color: #fff;
  border: 2px #9d000b solid;
}
.producttxtitem .productbox {
  border: 1px #ddd solid;
  transition: 0.6s;
  display: block;
}
.producttxtitem .productbox .imgbox {
  width: 100%;
  height: 180px;
  text-align: center;
  border-bottom: 1px #ddd solid;
  line-height: 180px;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.producttxtitem .productbox .imgbox .viewnum {
  width: 75px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9d000b;
  border-bottom-right-radius: 10px;
}
.producttxtitem .productbox .imgbox img {
  vertical-align: middle;
}
.producttxtitem .productbox .txtbox {
  padding: 14px;
  background-color: #f5f5f5;
}
.producttxtitem .productbox .txtbox .p1 {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-Bold;
}
.producttxtitem .productbox .txtbox .p2 {
  margin-top: 6px;
}
.producttxtitem .productbox .txtbox .companyinfo {
  border-top: 1px #ddd solid;
  margin-top: 14px;
  overflow: hidden;
  padding-top: 14px;
}
.producttxtitem .productbox .txtbox .companyinfo .logobox {
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.producttxtitem .productbox .txtbox .companyinfo .logobox img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.producttxtitem .productbox .txtbox .companyinfo .txtbox1 {
  width: calc(100% - 40px);
  float: right;
  line-height: 36px;
}
.producttxtitem .productbox:hover {
  transform: translateY(-10px);
}
.videobox {
  position: relative;
  overflow: hidden;
}
.videobox .swiper {
  height: 320px;
  overflow: hidden;
}
.videobox .swiper .sli {
  position: relative;
}
.videobox .swiper .sli:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.videobox .swiper img {
  width: 100%;
  display: block;
}
.commentformbox {
  background-image: url(../images//2022/bgform.jpg);
  background-attachment: fixed;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
  margin-top: 80px;
  background-position: center top;
  max-width: 1920px;
}
.commentformbox .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.commentformbox .formgroub {
  overflow: hidden;
}
.commentformbox .txtitem {
  width: calc(100%/4 - 15px );
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 36px;
  padding: 0 14px;
  border: 1px #ddd solid;
  margin-bottom: 20px;
  font-family: Alibaba-PuHuiTi-Regular;
}
.commentformbox .txtitem:nth-child(4) {
  margin-right: 0;
}
.commentformbox .aretxt {
  display: block;
  width: 100%;
  resize: none;
  height: 100px;
  padding: 10px;
  border: 1px #ddd solid;
  outline: none;
  font-family: Alibaba-PuHuiTi-Regular;
  float: left;
}
.commentformbox .btnsty {
  display: block;
  width: 148px;
  height: 42px;
  background-color: #d81325;
  color: #fff;
  font-family: Alibaba-PuHuiTi-Bold;
  margin: 40px auto 0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
  border: 2px #d81325 solid;
  margin-top: 30px;
}
.commentformbox .btnsty:hover {
  background-color: #fff;
  color: #d81325;
}
.tablebox {
  width: 100%;
  border-collapse: collapse;
}
.tablebox tr th {
  background-color: #eacdcf;
  padding: 20px 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.tablebox tr td {
  padding: 20px 30px;
  box-sizing: border-box;
}
.tablebox11 {
  margin-bottom: 60px;
}
.boder1 {
  border: 1px #eacdcf solid;
  margin-top: 20px;
}
.w20 {
  width: 30%;
}
.exhibitorproductinfo {
  background-color: #f7f7f7;
  padding: 1px 0;
}
.exhibitorproductinfo .product_list {
  padding-top: 10px;
}
.exhibitorproductinfo .product_list .productbox {
  width: calc(100%/4 - 18px);
  float: left;
  margin-bottom: 24px;
  margin-right: 24px;
}
.exhibitorproductinfo .product_list .productbox:nth-child(4n) {
  margin-right: 0;
}
.exhibitinfobox {
  background-color: #f3ebe1;
  padding: 40px;
  margin-top: 10px;
}
.exhibitinfobox .logobox {
  width: 40%;
  height: 224px;
  background-color: #fff;
  line-height: 224px;
  text-align: center;
  vertical-align: middle;
  float: left;
  overflow: hidden;
}
.exhibitinfobox .logobox img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.exhibitinfobox .txt2box {
  width: 55%;
  float: right;
}
.exhibitinfobox .txt2box .pname {
  font-size: 24px;
  font-weight: bold;
}
.exhibitinfobox .txt2box .pbox {
  margin-top: 10px;
}
.exhibitinfobox .txt2box .linkicont {
  border-top: 1px #ddd solid;
  padding-top: 16px;
  margin-top: 30px;
}
.exhibitinfobox .txt2box .linkicont .clickitem {
  margin-right: 20px;
  cursor: pointer;
}
.exhibitinfobox .txt2box .linkicont .clickitem .icont {
  width: 28px;
  height: 28px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}
.bcblue {
  background-color: #286dc6 !important;
}
.bcred {
  background-color: #9d000b !important;
}
.bgyellow {
  background-color: #eedc8a !important;
}
.bggreed {
  background-color: #3bc420 !important;
}
.ml20 {
  margin-left: 20px;
}
.bgimgbox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 568px;
  height: 568px;
}
.linklist {
  padding: 20px;
  border: 1px #ddd solid;
  border-top: none;
}
.linklist a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  padding: 8px 0;
}
.linklist a:not(:last-child) {
  border-bottom: 1px #f4f4f4 solid;
}
.linklist a .fa {
  float: right;
  font-size: 18px;
}
.wrap {
  max-width: 1300px;
  width: 96%;
}
.paginate a {
  background-color: #fff;
  color: #000;
  border-color: #e5e5e5;
}
.paginate {
  margin-top: 20px;
  margin-bottom: 20px;
}
.paginate li.active span {
  background-color: #9d000b;
  color: #fff;
  border-color: #9d000b;
}
.list-video-trade {
  margin-top: 20px;
}
.list-video-trade .item {
  position: relative;
  width: calc(100%/3 - 16px);
  margin-right: 24px;
  float: left;
  transition: 0.6s;
  margin-bottom: 24px;
}
.list-video-trade .item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.list-video-trade .item a .imgbox {
  width: 100%;
  height: 198px;
  line-height: 198px;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  vertical-align: middle;
}
.list-video-trade .item a .imgbox .totop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  line-height: 1;
}
.list-video-trade .item a .imgbox .hotspan {
  display: block;
  width: 38px;
  height: 20px;
  background-color: #9d000b;
  color: #fff;
  text-align: center;
  font-family: Alibaba-PuHuiTi-Bold;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 20px;
  border-bottom-left-radius: 10px;
  z-index: 22;
}
.list-video-trade .item a .imgbox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.6s;
}
.list-video-trade .item a .imgbox:after {
  content: url(../images/2022/playbtn.png);
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  display: block;
  width: 46px;
  height: 46px;
  transition: 0.6s;
  z-index: 2;
  line-height: 1;
}
.list-video-trade .item a .imgbox img {
  display: inline-block;
  vertical-align: middle;
  transition: 0.6s;
}
.list-video-trade .item a .txtbox {
  background-color: #f6f6f6;
  padding: 20px;
}
.list-video-trade .item a .txtbox .bigname {
  font-size: 16px;
  font-weight: bold;
}
.list-video-trade .item a .txtbox .bigname .spantxt {
  background-color: #b90112;
  font-size: 12px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
  vertical-align: top;
}
.list-video-trade .item a .txtbox .pbox {
  margin-top: 10px;
}
.list-video-trade .item:nth-child(3n) {
  margin-right: 0;
}
.list-video-trade .item:hover {
  transform: translateY(-10px);
}
.list-video-trade .item:hover a .imgbox img {
  transform: scale(1.1);
}
.js-background_box {
  height: 60px;
  position: relative;
}
.js-background_box .js-lecetea {
  display: block;
  position: absolute;
  left: -30px;
  top: -8px;
}
.js-background_box img {
  display: block;
  width: calc(100% + 30px);
}
.swiperlive .swiper-slide a {
  position: relative;
}
.swiperlive .swiper-slide a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.6s;
}
.swiperlive .swiper-slide a::after {
  content: url(../images/2022/playbtn.png);
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  display: block;
  width: 46px;
  height: 46px;
  transition: 0.6s;
  z-index: 2;
}
.livewarp {
  margin: auto;
}
.livewarp .txtbox {
  margin-bottom: 30px;
}
.livewarp .txtbox .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.livewarp .txtbox .p1 .livetag {
  border-radius: 20px;
  padding: 0px 10px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  background-color: #9d000b;
  vertical-align: top;
}
.livewarp .contactbox {
  margin-top: 40px;
}
.livewarp .contactbox .titp {
  font-size: 20px;
  font-weight: bold;
}
.livewarp .contactbox .contactgroub {
  margin-top: 20px;
}
.livewarp .contactbox .contactgroub .contactitem {
  background-color: #f3f3f3;
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  text-align: center;
  padding: 20px;
  float: left;
}
.livewarp .contactbox .contactgroub .contactitem .contavt {
  width: 128px;
  height: 38px;
  background-color: #9d000b;
  color: #fff;
  line-height: 38px;
  margin: 10px auto 0;
  cursor: pointer;
  transition: 0.6s;
}
.livewarp .contactbox .contactgroub .contactitem .contavt:hover {
  opacity: 0.7;
}
.livewarp .contentbox {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 40px;
}
.livewarp .contentbox .texp {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.plper10 {
  padding-left: 5%;
}
.change {
  width: 100% !important;
}
.noticebox {
  position: relative;
}
.noticebox .tabbox {
  text-align: center;
  margin-top: 40px;
}
.noticebox .tabbox .item {
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 9px 24px;
  color: #9d000b;
  border: 1px #9d000b solid;
  border-radius: 4px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.6s;
}
.noticebox .tabbox .item:hover {
  background-color: #9d000b;
  color: #fff;
}
.noticebox .tabbox .current {
  background-color: #9d000b;
  color: #fff;
}
.noticebox .listbox {
  margin-top: 40px;
}
.noticebox .listbox .item {
  border: 1px #ddd solid;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: 0.6s;
}
.noticebox .listbox .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.noticebox .listbox .item a .timerbox {
  width: 76px;
  text-align: center;
  float: left;
  position: relative;
}
.noticebox .listbox .item a .timerbox:after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #ddd;
  transform: rotate(24deg);
  display: inline-block;
  position: absolute;
  left: 100px;
  top: 0px;
}
.noticebox .listbox .item a .timerbox .bigfont {
  font-size: 42px;
  font-family: Alibaba-PuHuiTi-Bold;
  color: #9d000b;
  line-height: 1;
}
.noticebox .listbox .item a .timerbox .timer2 {
  font-size: 16px;
}
.noticebox .listbox .item a .contentbox {
  width: calc(100% - 160px);
  float: left;
  position: relative;
  padding-left: 60px;
}
.noticebox .listbox .item a .contentbox .ptit {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-family: Alibaba-PuHuiTi-Bold;
}
.noticebox .listbox .item a .icontbox {
  width: 60px;
  height: 76px;
  line-height: 76px;
  font-size: 40px;
  color: #9d000b;
  text-align: center;
  float: right;
}
.noticebox .listbox .item:hover {
  transform: translateY(-10px);
}
.mobleshow {
  display: none;
}
.productlogobox {
  margin-top: 10px;
}
.productlogobox .linla {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #9d000b;
}
.productlogobox .linla .logowrap {
  margin-right: 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.productlogobox .linla .logowrap img {
  vertical-align: middle;
}
.noticeinfobox {
  border-top: 1px #f4eeee solid;
  padding-top: 20px;
}
.noticeinfobox .topbox {
  border-bottom: 1px #f4eeee solid;
  padding-bottom: 16px;
}
.noticeinfobox .topbox .pname {
  font-size: 24px;
  margin-bottom: 10px;
}
.noticeinfobox .topbox .pbox2 {
  font-size: 16px;
}
.noticeinfobox .noticecontent {
  padding: 30px 0;
  line-height: 24px;
  color: #666666;
}
.noticeinfobox .noticecontent p {
  text-indent: 2em;
  margin-bottom: 14px;
}
.linkboxa {
  border-top: 1px #f4eeee solid;
  padding: 30px 0;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.linkboxa .leftbox {
  width: calc(100% - 150px);
  float: left;
}
.linkboxa .leftbox p:nth-child(1) {
  margin-bottom: 10px;
}
.linkboxa .rightbox {
  padding-right: 10px;
  width: 150px;
  float: right;
}
.linkboxa .rightbox .backlist {
  display: block;
  width: 130px;
  height: 50px;
  font-size: 18px;
  box-shadow: 0px 0px 10px #ddd;
  float: right;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  color: #9d000b;
  transition: 0.6s;
}
.iframesty {
  width: 100%;
  height: 732px;
  overflow-y: scroll;
}
.picBtnTop {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.picBtnTop .hd {
  width: 98px;
  height: 350px;
  position: absolute;
  right: 5px;
  overflow: hidden;
}
.picBtnTop .hd ul li {
  width: 80px;
  cursor: pointer;
  height: 60px;
  vertical-align: middle;
  line-height: 56px;
  background-color: #fff;
  border: 2px solid #ddd;
  text-align: center;
  margin: 0 0 5px 5px;
  overflow: hidden;
}
.picBtnTop .hd ul li img {
  vertical-align: middle;
}
.picBtnTop .hd ul li.on {
  border-color: #c7000e;
}
.picBtnTop .bd {
  width: calc(100% - 108px);
  height: 350px;
  position: relative;
}
.picBtnTop .bd li {
  position: relative;
  zoom: 1;
  height: 100%;
  vertical-align: middle;
  background-color: #fff;
}
.picBtnTop .bd li .pic {
  position: relative;
  z-index: 0;
  text-align: center;
  line-height: 350px;
  vertical-align: middle;
}
.picBtnTop .bd li .pic img {
  vertical-align: middle;
}
#demo1,
#demo2 {
  margin-bottom: 20px;
}
.namebox {
  width: 90%;
  float: left;
}
.arrbox {
  float: right;
}
.languagebox {
  float: right;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-top: 24px;
  margin-left: 20px;
}
.languagebox:hover {
  color: #ffc320;
}
